net/http.http2priorityNodeRFC7540.state (field)
8 uses
net/http (current package)
h2_bundle.go#L11495: state http2priorityNodeStateRFC7540 // open | closed | idle
h2_bundle.go#L11564: openParent = openParent || (n.state == http2priorityNodeOpenRFC7540)
h2_bundle.go#L11658: if curr.state != http2priorityNodeIdleRFC7540 {
h2_bundle.go#L11661: curr.state = http2priorityNodeOpenRFC7540
h2_bundle.go#L11677: state: http2priorityNodeOpenRFC7540,
h2_bundle.go#L11693: if ws.nodes[streamID].state != http2priorityNodeOpenRFC7540 {
h2_bundle.go#L11698: n.state = http2priorityNodeClosedRFC7540
h2_bundle.go#L11728: state: http2priorityNodeIdleRFC7540,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |